home *** CD-ROM | disk | FTP | other *** search
- ; NETDSTAR.INX
- ;
- ;
- ; COPS/DayStar Digital LocalTalk Adapter
- ;
- ; Copyright 1997, Microsoft Corporation
-
- [version]
- Signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %Msft%
- LayoutFile = layout.inf
- DriverVer=10/19/1999,5.00.2157.1
-
- [Manufacturer]
- %DayStar% = DayStar
-
- [DayStar]
- ; DisplayName Section DeviceID
- ; ----------- ------- --------
- %DayStar.DeviceDesc% = DayStar.ndi, *DStar
-
- ;DayStar LocalTalk Main Ndi Section
- ;
- [DayStar.ndi.NT]
- AddReg = Daystar.Ndi.Reg, DayStar.Params.Reg
- Characteristics = 0x4
- BusType = 1
- LogConfig = DayStar.LogConfig.Default, DayStar.LogConfig
- CopyFiles = DayStar.CopyFiles
-
- [DayStar.ndi.NT.Services]
- AddService = LT200, 2, DayStar.Service, DayStar.EventLog
-
- [DayStar.LogConfig]
- ConfigPriority = HARDRECONFIG
- IOConfig = 10@200-3FF%FFF0(3FF::)
-
- [DayStar.LogConfig.Default]
- ConfigPriority=HARDRECONFIG
- IOConfig=340-34F(3FF::)
-
-
- ;-----------------------------------------------------------------------------
- ; common
- ;
- [DayStar.Ndi.Reg]
- HKR, Ndi, Service, 0, "LT200"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5_atalk"
- HKR, Ndi\Interfaces, LowerRange, 0, "localtalk"
-
- [DayStar.Params.Reg]
- HKR,,Server, 0, "1"
- HKR,,MediaType, 0, "5"
-
- [DayStar.CopyFiles]
- lt200.sys,,,2
-
- [DayStar.Service]
- DisplayName = %DayStar.Service.DispName%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\lt200.sys
- LoadOrderGroup = NDIS
-
- [DayStar.EventLog]
- AddReg = DayStar.AddEventLog.reg
-
- [DayStar.AddEventLog.reg]
- HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR,, TypesSupported, 0x00010001, 7
-
- ;-----------------------------------------------------------------------------
- ; DestinationDirs
- ;
- [DestinationDirs]
- DayStar.CopyFiles = 12
-
-
- [Strings]
- Msft = "Microsoft"
- DayStar = "COPS/DayStar"
-
- DayStar.DeviceDesc = "COPS/DayStar Digital LocalTalk Adapter"
- DayStar.Service.DispName= "COPS/DayStar Digital LocalTalk Adapter Driver"
-